subItemMouseMove
Type
message
Summary
This message is sent when the mouse is moved over a subitem.
Syntax
subItemMouseMove (pItemIndex,pSubItemName)
Description
Use the subItemMouseMove message to detect when the mouse is moved over subitems.
Parameters
Name | Type | Description |
---|---|---|
pItemIndex | An Integer representing the index of the item under the mouse cursor. | |
pSubItemName | A String representing the name of the subitem under the mouse cursor. |